---
title: "list network-volume"
method: POST
path: "/api/v0/network_volume/"
tags: ["Network Volumes"]
---

# list network-volume

`POST /api/v0/network_volume/`

Lists a network disk for rent as network volumes, or updates an existing listing with a new price/size/end date/discount.

CLI Usage: `vastai list network-volume <disk_id> [options]`

## Request body

- object
  - `price_disk` number, float — Price per GB of network volume storage
  - `disk_id` integer, required — ID of network disk for which offer is being created
  - `size` integer — Size in GB of the amount of space available to be rented
  - `credit_discount_max` number, float — Maximum discount rate allowed for prepaid credits
  - `end_date` number, float — Unix timestamp for when the listing expires

## Response `200`

Successful response

- object
  - `success` boolean
  - `msg` string — status message

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/vast/apis/vast-ai-api.md) · [All operations](https://skmtc.net/vast/apis/vast-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vast/vast-ai-api/versions/4ed14f79f796/schema)
