v1
latestOpenAPI 3.1.02026-07-13897404.3 KBMachines
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
Example response
{
"success": true,
"machine_id": 123,
"user_id": 456
}