curl --request POST \ --url https://api.shadeform.ai/v1/instances/{id}/delete \ --header 'X-API-KEY: <api-key>'
Instances
/instances/{id}/delete
This will move the instance to the ‘deleting’ status while the instance is being deleted. Once the instance has entered the ‘deleting’ status, the account will no longer be billed for the instance.
POST
/
instances
/
{id}
/
delete
/instances/{id}/delete
Copy
curl --request POST \ --url https://api.shadeform.ai/v1/instances/{id}/delete \ --header 'X-API-KEY: <api-key>'
See the following tutorials related to instance creation: