Allows you to move a running application to another queue.
GET http://<unravel-host>
:3000/api/v1/yarn_rm/move_app/{clusterUid}
/{app_id}
Name | Type | Description |
---|---|---|
| string | Cluster unique ID |
| string | App ID |
None.
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