> ## 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.

# transfer

<div>
  <h2>Name</h2>

  <p style={{ paddingLeft: "4ch" }}>
    <code>nebius storage v1alpha1 transfer</code>
  </p>

  <p style={{ paddingLeft: "7ch" }}>
    TransferService provides functionality for creating and managing transfers<br />
    that migrate data from other S3 providers or across different regions of Nebius Object Storage.<br />
    Each transfer consists of consecutive iterations where the service lists objects in the source bucket and<br />
    moves those that need to be transferred according to the specified overwrite strategy.<br />
    After an iteration completes, the transfer will stop if its stop condition is met. Otherwise,<br />
    it will wait for the defined inter-iteration interval before starting the next iteration.
  </p>
</div>

<div>
  <h2>Deprecated</h2>

  <p style={{ paddingLeft: "4ch" }}>
    Command transfer is deprecated and will be removed on 2026-06-01. Please use the 'storage transfer' command instead. All existing transfers remain accessible through the new command.
  </p>
</div>

<div>
  <h2>Commands</h2>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="create">nebius storage v1alpha1 transfer create</a>
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="delete">nebius storage v1alpha1 transfer delete</a>
  </p>

  <p style={{ paddingLeft: "8ch" }}>
    Fully delete a transfer along with its history. Only stopped or failed transfers can be deleted.
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="edit">nebius storage v1alpha1 transfer 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 storage v1alpha1 transfer 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 storage v1alpha1 transfer get</a>
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="get-by-name">nebius storage v1alpha1 transfer get-by-name</a>
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="get-iteration-history">nebius storage v1alpha1 transfer get-iteration-history</a>
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="list">nebius storage v1alpha1 transfer list</a>
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="operation">nebius storage v1alpha1 transfer operation</a>
  </p>

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

  <p style={{ paddingLeft: "4ch" }}>
    <a href="resume">nebius storage v1alpha1 transfer resume</a>
  </p>

  <p style={{ paddingLeft: "8ch" }}>
    Resume stopped or failed transfer.
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="stop">nebius storage v1alpha1 transfer stop</a>
  </p>

  <p style={{ paddingLeft: "8ch" }}>
    Stop active transfer. If the transfer is currently moving data,<br />
    it will be transitioned to the Stopping state and will move to the Stopped state once all processes have been stopped.<br />
    If the transfer is waiting between iterations, it will stop immediately.<br />
    Only transfer in Active state can be stopped.
  </p>

  <p style={{ paddingLeft: "4ch" }}>
    <a href="update">nebius storage v1alpha1 transfer update</a>
  </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>
      `--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>

<strong>Auto generated on 19-May-2026</strong>
