Skip to main content

Home

GET /yarn_rm/move_app
New API: GET /yarn_rm/move_app/{clusterUid}/{app_id}

Allows you to move a running application to another queue.

Request
GET http://<unravel-host>:3000/api/v1/yarn_rm/move_app/{clusterUid}/{app_id}
Path parameters

Name

Type

Description

clusterUid

string

Cluster unique ID

app_id

string

App ID

Query parameters

None.

Examples

Request:

curl -X GET -H "Authorization: JWT <token>" -H 'Content-Type:application/json' http://my-server.unraveldata.com:3000/api/v1/yarn_rm/move_app/default/application_1648015892419_0086?queue=default

Response:

No Response