> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# nebius billing pricing-policy

<div>
  <h2>Name</h2>

  <p style={{ paddingLeft: "4ch" }}>
    <code>nebius billing pricing-policy</code>
  </p>

  <p style={{ paddingLeft: "7ch" }}>
    Manages pricing policies for preemptible VMs.<br />
    Modifying methods return an Operation and support `X-Idempotency-Key`;<br />
    the common `common.v1.OperationService` is implemented as well.
  </p>
</div>

<div>
  <h2>Commands</h2>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="create">nebius billing pricing-policy create</a>
  </p>

  <p style={{ paddingLeft: "8ch" }}>
    Creates a pricing policy. A bid outside the allowed price range fails<br />
    with OUT\_OF\_RANGE; below the current market price it is accepted but the<br />
    policy starts SCHEDULING\_STATE\_BLOCKED. Policies per tenant are<br />
    quota-limited (RESOURCE\_EXHAUSTED past the limit).<br />
    The Operation completes once the policy is ready to back VMs.
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="delete">nebius billing pricing-policy delete</a>
  </p>

  <p style={{ paddingLeft: "8ch" }}>
    Deletes a pricing policy. Requires that no VM runs under the policy and<br />
    nothing is being preempted (FAILED\_PRECONDITION otherwise).
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="edit">nebius billing pricing-policy edit</a>
  </p>

  <p style={{ paddingLeft: "8ch" }}>
    Edit resource via external text editor. Uses get command to receive the current state.
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="edit-by-name">nebius billing pricing-policy edit-by-name</a>
  </p>

  <p style={{ paddingLeft: "8ch" }}>
    Edit resource via external text editor. Uses get-by-name command to receive the current state.
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="get">nebius billing pricing-policy get</a>
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="get-by-name">nebius billing pricing-policy get-by-name</a>
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="list">nebius billing pricing-policy list</a>
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="operation">nebius billing pricing-policy operation</a>
  </p>

  <p style={{ paddingLeft: "8ch" }}>
    Manage operations for PricingPolicy service.
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="update">nebius billing pricing-policy update</a>
  </p>

  <p style={{ paddingLeft: "8ch" }}>
    Updates a pricing policy. `metadata.name` may change any time; the bid in<br />
    `spec.pricing.max_price_v1` only while `status.running_vm_count` is 0<br />
    (FAILED\_PRECONDITION otherwise). Other spec fields are immutable<br />
    (INVALID\_ARGUMENT).
  </p>
</div>

<div>
  <h2>Global Options</h2>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `-h, --help` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Show this message.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `-p, --profile` (string)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Set a profile for interacting with the cloud.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--format` (string)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Output format. Supported values: yaml|json|jsonpath|table|text.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `-f, --file` (string)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Input file. For 'update' commands automatically set --full=true.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `-c, --config` (string)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Provide path to config file.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--debug` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Enable debug logs.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `-I, --impersonate-service-account-id` (string)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Impersonate into the service account and use its token for a command.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--color` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Enable colored output.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--no-browser` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Do not open browser automatically on auth.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--insecure` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Disable transport security.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--auth-timeout` (duration: 2h30m10s)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Set the timeout for the request including authentication process, default is 15m0s.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--per-retry-timeout` (duration: 2h30m10s)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Set the timeout for each retry attempt, default is 20s.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--retries` (uint)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Set the number of retry attempts, 1 is disable retries, default is 3.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--timeout` (duration: 2h30m10s)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Set the timeout for the main request, default is 1m0s.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--no-check-update` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Suppress check for updates.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--no-progress` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Suppress progress indicators and spinners.
    </p>
  </div>
</div>

*Auto generated on 21-Sep-2026*
