Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
5403b4d
update rep
qireal Feb 24, 2026
0fcc424
Update description.md
qireal Feb 24, 2026
8b0dcb7
Update examples.md
qireal Feb 24, 2026
782dbbf
Update description.md
qireal Feb 24, 2026
e40b4c6
Update description.md
qireal Feb 24, 2026
08127d9
Update description.md
qireal Feb 24, 2026
fb0e640
Update description.md
qireal Feb 24, 2026
c80d64f
Update description.md
qireal Feb 24, 2026
990a027
Update description.md
qireal Feb 24, 2026
7d71d38
Update description.md
qireal Feb 24, 2026
ba39238
Update description.md
qireal Feb 24, 2026
71b24a7
Update description.md
qireal Feb 24, 2026
ff57faa
Update description.md
qireal Feb 24, 2026
47535b6
Update description.md
qireal Feb 24, 2026
a510947
Update examples.md
qireal Feb 24, 2026
2057d53
Update description.md
qireal Feb 24, 2026
2ba4b72
Update examples.md
qireal Feb 24, 2026
e607fa9
Update examples.md
qireal Feb 24, 2026
68d3bfd
Update examples.md
qireal Feb 24, 2026
8e548cf
Update examples.md
qireal Feb 24, 2026
df5a2f4
Update examples.md
qireal Feb 25, 2026
f75231f
Update examples.md
qireal Feb 25, 2026
6e531d9
Update description.md
qireal Feb 25, 2026
b5248a5
Update examples.md
qireal Feb 25, 2026
c2a9070
Update examples.md
qireal Feb 25, 2026
6d4e734
Update description.md
qireal Feb 25, 2026
580783e
Update description.md
qireal Feb 25, 2026
148d86f
Update examples.md
qireal Feb 25, 2026
6aa5e4e
Update examples.md
qireal Feb 25, 2026
bae3434
Update description.md
qireal Feb 25, 2026
83a5f0d
Update examples.md
qireal Feb 25, 2026
e2a93f6
Update description.md
qireal Feb 25, 2026
465c2dc
Update examples.md
qireal Feb 25, 2026
ab293d4
Update examples.md
qireal Feb 25, 2026
3b5cdb2
Update description.md
qireal Feb 25, 2026
48ba437
Update examples.md
qireal Feb 25, 2026
4253025
Update examples.md
qireal Feb 25, 2026
1ad1494
Update description.md
qireal Feb 25, 2026
6600d37
Update examples.md
qireal Feb 25, 2026
0d67889
Update examples.md
qireal Feb 25, 2026
54dbb51
Update examples.md
qireal Feb 25, 2026
859c57b
Update description.md
qireal Feb 25, 2026
fe7bcf9
Update description.md
qireal Feb 25, 2026
acd65bc
Update description.md
qireal Feb 25, 2026
1414377
Update description.md
qireal Feb 26, 2026
393a4f7
Update description.md
qireal Feb 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/srvctl-account-balance/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This command provides account balance information.
This command provides current account balance and next invoice total due in the account currency.
1 change: 1 addition & 0 deletions docs/srvctl-cloud-backups/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ A command to list all cloud backups for the account:

```
srvctl cloud-backups list
```

A command to get information for a specific cloud backup:

Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-cloud-instances-add/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A command to create a new cloud instance. Parameters should be passed via the `-i` or `--input` flag pointing to a JSON file or stdin (`--input -`).
A command to create a new cloud instance. Parameters should be passed via the `-i` or `--input` flag pointing to a JSON file or stdin (`--input -`) for standard input in terminal. Use the `--skeleton` flag to see an example of how to describe a JSON with parameters.
2 changes: 1 addition & 1 deletion docs/srvctl-cloud-instances-upgrade-approve/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This command approves a pending upgrade for the selected cloud instance.
This command approves a pending upgrade for the selected cloud instance. It will be automatically approved after 72 hours from the upgrade request. After approval, upgrade can't be reverted.
2 changes: 1 addition & 1 deletion docs/srvctl-cloud-instances-upgrade/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This command upgrades the selected cloud instance to a new flavor.
This command upgrades the selected cloud instance to a new flavor. You are able to revert upgrade to the previous configuration or approve the changes within 72 hours. After 72 hours, it will be automatically approved.
2 changes: 1 addition & 1 deletion docs/srvctl-cloud-regions-add-snapshot/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This command creates a new snapshot for the selected cloud region. The `--name` and `--instance-id` flags are required.
This command creates a snapshot for the selected instance within a cloud region. The `--name` and `--instance-id` flags are required.
2 changes: 1 addition & 1 deletion docs/srvctl-cloud-regions-get-credentials/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This command provides credentials for the selected cloud region.
This command provides credentials for the selected cloud region. More details in [Public API documentation](https://developers.servers.com/api-documentation/v1/#tag/Cloud-Credentials).
6 changes: 0 additions & 6 deletions docs/srvctl-cloud-regions-list-snapshots/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ A command to filter snapshots by instance:
```
srvctl cloud-regions list-snapshots 42 --instance-id ex4mp1eID
```

A command to filter snapshots by backup status:

```
srvctl cloud-regions list-snapshots 42 --is-backup
```
2 changes: 1 addition & 1 deletion docs/srvctl-cloud-regions-list/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This command lists available cloud regions. Use `--help` to see available flags.
This command lists cloud regions. Use `--help` to see available flags.
6 changes: 0 additions & 6 deletions docs/srvctl-cloud-regions/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ A command to list all available cloud regions:
```
srvctl cloud-regions list
```

A command to get credentials for a specific cloud region:

```
srvctl cloud-regions get-credentials 42
```
6 changes: 0 additions & 6 deletions docs/srvctl-cloud-volumes-add/examples.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
A command to show the skeleton JSON structure required to create a cloud volume:

```
srvctl cloud-volumes add --skeleton
```

An example of a command for a file in the same directory with srvctl:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-drive-models/examples.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
A command to list available drive models:

```
srvctl drive-models --help
srvctl drive-models list
```
2 changes: 1 addition & 1 deletion docs/srvctl-k8s-list-nodes/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ srvctl k8s list-nodes ex4mp1eClusterID --search-pattern "worker"
A command to filter nodes by label:

```
srvctl k8s list-nodes ex4mp1eClusterID --label-selector "role=worker"
srvctl k8s list-nodes ex4mp1eClusterID --label-selector "team=devops"
```
2 changes: 1 addition & 1 deletion docs/srvctl-k8s-list/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ srvctl k8s list
A command to filter Kubernetes clusters by location:

```
srvctl k8s list --location-id "LON1"
srvctl k8s list --location-id 1
```

A command to filter Kubernetes clusters by label:
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-l2-segments-add/description.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
A command to create a new L2 segment. It allows to pass parameters in two ways:

- Input - segment parameters are described in a file, a path to the file is specified via the `-i` or `--input` flag. The path can be absolute or relative to the srvctl file. Parameters should be described as a request body of the Public API request. There is also an option to use standard input (stdin) when specifying the flag this way: `--input -`
- Input - segment parameters are described in a file, a path to the file is specified via the `-i` or `--input` flag. The path can be absolute or relative to the srvctl file. Use the `--skeleton` flag to see an example of how to describe a JSON with parameters. There is also an option to use standard input (stdin) when specifying the flag this way: `--input -`

- Flags - parameters are specified via flags inside the command. The `--type` and `--member` flags are required. Members are specified in `id=<string>,mode=<native|trunk>` format and can be repeated for multiple members.
3 changes: 2 additions & 1 deletion docs/srvctl-l2-segments-list-groups/examples.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
A command to list all L2 segment location groups:

```
srvctl l2-segments list-groups```
srvctl l2-segments list-groups
```

A command to filter location groups by type:

Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-l2-segments-update-networks/examples.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
A command to show the skeleton JSON structure required to update L2 segment networks:

```
srvctl l2-segments update-networks --skeleton
srvctl l2-segments update-networks ex4mp1eID --skeleton
```

A command to update networks for the L2 segment with the "ex4mp1eID" ID using an input file:
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-l2-segments-update/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This command updates an L2 segment by id. Parameters should be passed via the `-i` or `--input` flag pointing to a JSON file or stdin (`--input -`).
This command updates an L2 segment by id. Parameters should be passed via the `-i` or `--input` flag pointing to a JSON file or stdin (`--input -`). Use the `--skeleton` flag to see the JSON file structure.
2 changes: 1 addition & 1 deletion docs/srvctl-l2-segments-update/examples.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
A command to show the skeleton JSON structure required to update an L2 segment:

```
srvctl l2-segments update --skeleton
srvctl l2-segments update ex4mp1eID --skeleton
```

A command to update the L2 segment with the "ex4mp1eID" ID using an input file:
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-lb-l4-add/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A command to create a new L4 load balancer.
A command to create a new L4 load balancer. LB parameters should be described in a file, a path to the file is specified via the `-i` or `--input` flag. The path can be absolute or relative to the srvctl file. There is also an option to use standard input (stdin) when specifying the flag this way: `--input -`. Use the `--skeleton` flag to see JSON structure of the file.
6 changes: 0 additions & 6 deletions docs/srvctl-lb-l4-add/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ A command to create a new L4 load balancer using a JSON file:
srvctl lb l4 add --input /path/to/input.json
```

A command to create a new L4 load balancer using stdin:

```
cat input.json | srvctl lb l4 add --input -
```

JSON structure example:

```json
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-lb-l4-list/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ srvctl lb l4 list
A command to filter L4 load balancers by location:

```
srvctl lb l4 list --location-id "LON1"
srvctl lb l4 list --location-id 5
```

A command to filter L4 load balancers by cluster:
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-lb-l4-update/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This command updates the selected L4 load balancer.
This command updates the selected L4 load balancer using a JSON file specified via the `--input` flag. Use the `--skeleton` flag to see the JSON structure.
8 changes: 1 addition & 7 deletions docs/srvctl-lb-l4-update/examples.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
A command to get the JSON structure required to update an L4 load balancer:

```
srvctl lb l4 update --skeleton
srvctl lb l4 update ex4mp1eID --skeleton
```

A command to update the L4 load balancer with the "ex4mp1eID" ID using a JSON file:
Expand All @@ -10,12 +10,6 @@ A command to update the L4 load balancer with the "ex4mp1eID" ID using a JSON fi
srvctl lb l4 update ex4mp1eID --input /path/to/input.json
```

A command to update the L4 load balancer using stdin:

```
cat input.json | srvctl lb l4 update ex4mp1eID --input -
```

JSON structure example:

```json
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-lb-l7-add/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A command to create a new L7 load balancer.
A command to create a new L7 load balancer. LB parameters should be described in a file, a path to the file is specified via the `-i` or `--input` flag. The path can be absolute or relative to the srvctl file. There is also an option to use standard input (stdin) when specifying the flag this way: `--input -`. Use the `--skeleton` flag to see JSON structure of the file.
6 changes: 0 additions & 6 deletions docs/srvctl-lb-l7-add/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ A command to create a new L7 load balancer using a JSON file:
srvctl lb l7 add --input /path/to/input.json
```

A command to create a new L7 load balancer using stdin:

```
cat input.json | srvctl lb l7 add --input -
```

JSON structure example:

```json
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-lb-l7-list/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ srvctl lb l7 list --all
A command to filter L7 load balancers by location:

```
srvctl lb l7 list --location-id "LON1"
srvctl lb l7 list --location-id 5
```

A command to filter L7 load balancers by cluster:
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-lb-l7-update/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This command updates the selected L7 load balancer.
This command updates the selected L7 load balancer using a JSON file specified via the `--input` flag. Use the `--skeleton` flag to see the JSON structure.
6 changes: 0 additions & 6 deletions docs/srvctl-lb-l7-update/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ A command to update the L7 load balancer with the "ex4mp1eID" ID using a JSON fi
srvctl lb l7 update ex4mp1eID --input /path/to/input.json
```

A command to update the L7 load balancer using stdin:

```
cat input.json | srvctl lb l7 update ex4mp1eID --input -
```

JSON structure example:

```json
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-lb-list/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ srvctl lb list --all
A command to filter load balancers by location:

```
srvctl lb list --location-id "LON1"
srvctl lb list --location-id 5
```

A command to filter load balancers by cluster:
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-lb/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This command allows to manage load balancers of different types (l4, l7).
This command allows to manage load balancers. Select the specific type (`l4` or `l7`) to see available operations for each one.
2 changes: 1 addition & 1 deletion docs/srvctl-network-pools-list/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ srvctl network-pools list --all
A command to filter network pools by location:

```
srvctl network-pools list --location-id "LON1"
srvctl network-pools list --location-id 42
```

A command to filter network pools by type:
Expand Down
2 changes: 1 addition & 1 deletion docs/srvctl-racks-list/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ srvctl racks list --all
A command to filter private racks by location:

```
srvctl racks list --location-id ex4mp1eID
srvctl racks list --location-id 5
```

A command to filter private racks by label:
Expand Down
6 changes: 4 additions & 2 deletions docs/srvctl-racks/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ A command to list all private racks for the account:

```
srvctl racks list --all
```

srvctl racks get <rack-id>
A command to get details of a specific rack:

srvctl racks update <rack-id>
```
srvctl racks get <rack-id>
```
2 changes: 1 addition & 1 deletion docs/srvctl-ssl-custom-add/description.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
A command to create a new custom SSL certificate. It allows to pass parameters in two ways:

- Input - certificate parameters are described in a file, a path to the file is specified via the `-i` or `--input` flag. The path can be absolute or relative to the srvctl file. Parameters should be described as a request body of the Public API request. There is also an option to use standard input (stdin) when specifying the flag this way: `--input -`
- Input - certificate parameters are described in a JSON file, a path to the file is specified via the `-i` or `--input` flag. The path can be absolute or relative to the srvctl file. Use the `--skeleton` flag to see the file's pattern. There is also an option to use standard input (stdin) when specifying the flag this way: `--input -`

- Flags - parameters are specified via flags inside the command. The `--name`, `--public-key`, and `--private-key` flags are required. The `--chain-key` flag is optional.
2 changes: 1 addition & 1 deletion docs/srvctl-ssl-list/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This command lists all SSL certificates of the account regardless of type. Use `--help` to see available flags.
This command lists all custom and Let's Encrypt SSL certificates of the account. Use `--help` to see available flags.
2 changes: 1 addition & 1 deletion docs/srvctl-ssl/description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
You can manage your SSL certificates by performing commands listed in `srvctl ssl --help`. Two certificate types are supported: custom certificates (`ssl custom`) and Let's Encrypt certificates (`ssl le`).
You can manage your SSL certificates by performing commands listed in `srvctl ssl --help`. Two certificate types are supported: custom (`custom`) and Let's Encrypt (`le`).
Loading