DELETEhttps://api.spotinst.io/ocean/aws/k8s/cluster/{OCEAN_CLUSTER_ID}?accountId={ACCOUNT_ID}
Delete a specified Ocean cluster.
URL Parameters
Parameter | Type | Description |
---|---|---|
OCEAN_CLUSTER_ID * | String | The Ocean cluster to delete. |
ACCOUNT_ID | String | The Spotinst accountId associated with your token. |
Response - 200
Body
{ "request": { "id": "ebc5144a-f8da-48c2-9759-d480170a00f9", "url": "/ocean/aws/k8s/cluster/o-b05ca070?accountId=act-594fb635", "method": "DELETE", "timestamp": "2018-11-05T13:16:04.185Z" }, "response": { "status": { "code": 200, "message": "OK" } } }