Volumes
unlist volume
Remove a volume listing from the marketplace.
CLI Usage: vastai unlist volume <volume_id>
post/api/v0/volumes/unlist/
Request body
Example request
{
"id": 2029
}Response
Success response
Example response
{
"success": true,
"msg": "Unlisted Volume 2029."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.