You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1628,37 +1626,6 @@ scw instance server attach-ip 11111111-1111-1111-1111-111111111111 ip=1.2.3.4
1628
1626
1629
1627
1630
1628
1631
-
### Attach a volume to a server
1632
-
1633
-
1634
-
1635
-
**Usage:**
1636
-
1637
-
```
1638
-
scw instance server attach-volume [arg=value ...]
1639
-
```
1640
-
1641
-
1642
-
**Args:**
1643
-
1644
-
| Name || Description |
1645
-
|------|---|-------------|
1646
-
| server-id | Required | ID of the server |
1647
-
| volume-id | Required | ID of the volume to attach |
1648
-
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`| Zone to target. If none is passed will use default zone from the config |
1649
-
1650
-
1651
-
**Examples:**
1652
-
1653
-
1654
-
Attach a volume to a server
1655
-
```
1656
-
scw instance server attach-volume server-id=11111111-1111-1111-1111-111111111111 volume-id=22222222-1111-5555-2222-666666111111
1657
-
```
1658
-
1659
-
1660
-
1661
-
1662
1629
### Backup server
1663
1630
1664
1631
Create a new image based on the server.
@@ -1894,37 +1861,6 @@ scw instance server detach-ip 11111111-1111-1111-1111-111111111111
1894
1861
1895
1862
1896
1863
1897
-
### Detach a volume from its server
1898
-
1899
-
1900
-
1901
-
**Usage:**
1902
-
1903
-
```
1904
-
scw instance server detach-volume [arg=value ...]
1905
-
```
1906
-
1907
-
1908
-
**Args:**
1909
-
1910
-
| Name || Description |
1911
-
|------|---|-------------|
1912
-
| volume-id | Required | ID of the volume to detach |
1913
-
| server-id | Required | ID of the server |
1914
-
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`| Zone to target. If none is passed will use default zone from the config |
1915
-
1916
-
1917
-
**Examples:**
1918
-
1919
-
1920
-
Detach a volume from its server
1921
-
```
1922
-
scw instance server detach-volume volume-id=22222222-1111-5555-2222-666666111111
1923
-
```
1924
-
1925
-
1926
-
1927
-
1928
1864
### Migrate server to IP mobility
1929
1865
1930
1866
Enable routed IP for this server and migrate the nat public IP to routed
0 commit comments