POST
/
v1
/
firewalls
/
{id}
/
disassociate
disassociate firewall
curl --request POST \
  --url https://console.gmicloud.com/api/v1/firewalls/{id}/disassociate \
  --header 'Content-Type: application/json' \
  --data '{
  "instances": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}'
{
"result": "container 12345678-1234-2234-3234-xxxxxxxxxxxxxx has been restarted"
}

Path Parameters

id
string<uuid>
required

Body

application/json
instances
string<uuid>[]
required

Response

An action completed successfully

result
string
required