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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.