v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
Machines

unlist machine

Removes all 'ask' type offer contracts for a specified machine, effectively unlisting it from being available for rent.

CLI Usage: vastai unlist machine <id>

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

Path parameters

machine_idinteger required

The ID of the machine to unlist.

Response

Success response

successboolean
machine_idinteger
user_idinteger

Example response

{
  "success": true,
  "machine_id": 123,
  "user_id": 456
}