cURL
curl --request POST \ --url https://api.dimred.com/api/v2/{slug}/tuning-sessions/{session_id} \ --header 'X-API-Key: <api-key>'
{ "session_id": "<string>", "status": "<string>", "message": "<string>" }
Cancel a running or queued tuning session.
API key for authentication
ID of the tuning session to cancel
Tuning session cancelled successfully
Identifier of the cancelled session
New status (should be 'cancelled')
Confirmation message