> ## Documentation Index
> Fetch the complete documentation index at: https://vastai-80aa3a82-auto-cli-sdk-preview-pr-398.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# vastai set user

Update user data from json file

## Usage

```bash theme={null}
vastai set user --file FILE
```

## Options

<ParamField path="--file" type="string">
  file path for params in json format
</ParamField>

## Description

Available fields:

Name                            Type       Description

ssh\_key                         string
paypal\_email                    string
wise\_email                      string
email                           string
normalized\_email                string
username                        string
fullname                        string
billaddress\_line1               string
billaddress\_line2               string
billaddress\_city                string
billaddress\_zip                 string
billaddress\_country             string
billaddress\_taxinfo             string
balance\_threshold\_enabled       string
balance\_threshold               string
autobill\_threshold              string
phone\_number                    string

## Global Options

The following options are available for all commands:

| Option          | Description                                           |
| --------------- | ----------------------------------------------------- |
| `--url URL`     | Server REST API URL                                   |
| `--retry N`     | Retry limit                                           |
| `--raw`         | Output machine-readable JSON                          |
| `--explain`     | Verbose explanation of API calls                      |
| `--api-key KEY` | API key (defaults to `~/.config/vastai/vast_api_key`) |
