cURL
curl --request POST \ --url https://api.shadeform.ai/v1/instances/{id}/update \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "name": "cool-gpu-server", "auto_delete": { "date_threshold": "2006-01-02T15:04:05-07:00", "spend_threshold": "3.14" }, "alert": { "date_threshold": "2006-01-02T15:04:05-07:00", "spend_threshold": "3.14" }, "tags": [ "tag1" ] }'
Update mutable details about the instance. Set a value to null to delete it. Omit a value or leave undefined to keep unchanged.
The instance id
Confirms the update of an instance.