cURL
curl --request DELETE \ --url https://api.cyberdesk.io/v1/pools/{pool_id}/machines \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "machine_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Remove machines from a pool.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Schema for assigning machines to pools
List of machine IDs to assign to the pool
1
Successful Response
Was this page helpful?