cURL
curl --request POST \ --url https://console.vast.ai/api/v0/volumes/unlist/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": 2029 }'
{ "success": true, "msg": "Unlisted Volume 2029." }
Remove a volume listing from the marketplace.
CLI Usage: vastai unlist volume <volume_id>
vastai unlist volume <volume_id>
API key must be provided in the Authorization header
ID of the volume listing to unlist
2029
Success response
true
Success message
"Unlisted Volume 2029."