cURL
curl --request DELETE \ --url https://console.cloudblast.io/api/v2/security-groups/{id}/servers/detach \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "server_uuid": "a1b2c3d4" } '
{ "data": { "status": "detached" } }
Detaches a server from a security group.
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Authorization: Bearer <token>
Security group ID
Server UUID or short UUID
"a1b2c3d4"
Server detached
Show child attributes