v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
Machines

remove defjob

Deletes the default job (background instances) for a specified machine.

CLI Usage: vastai remove defjob <machine_id>

delete/api/v0/machines/{machine_id}/defjob/

Path parameters

machine_idinteger required
Example:12345

ID of the machine to remove the default job from.

Response

Success response

successboolean
machine_idinteger
user_idinteger

Example response

{
  "success": true,
  "machine_id": 12345,
  "user_id": 67890
}