-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathtest-all-usage-instance-server-usage.golden
More file actions
49 lines (43 loc) · 2.06 KB
/
test-all-usage-instance-server-usage.golden
File metadata and controls
49 lines (43 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Instances are computing units providing resources to run your applications on.
Scaleway offers various Instance types including **Virtual Instances** and **dedicated GPU Instances**.
**Note: Instances can be referenced as "servers" in API endpoints.**
USAGE:
scw instance server <command>
AVAILABLE COMMANDS:
action Perform a raw API action on a server
attach-filesystem Attach a filesystem volume to an Instance
attach-ip Attach an IP to a server
attach-volume Attach a volume to an Instance
backup Backup server
console Connect to the serial console of an instance
create Create server
delete Delete server
detach-filesystem Detach a filesystem volume from an Instance
detach-ip Detach an IP from a server
detach-volume Detach a volume from an Instance
enable-routed-ip Migrate server to IP mobility
get Get an Instance
get-compatible-types Get Instance compatible types
get-rdp-password Get your server rdp password and decrypt it using your ssh key
list List all Instances
list-actions List Instance actions
reboot Reboot server
ssh SSH into a server
standby Put server in standby mode
start Power on server
stop Power off server
terminate Terminate server
update Update an Instance
WORKFLOW COMMANDS:
wait Wait for server to reach a stable state
FLAGS:
-h, --help help for server
--web open console page for the current ressource
GLOBAL FLAGS:
-c, --config string The path to the config file
-D, --debug Enable debug mode
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
-p, --profile string The config profile to use
Use "scw instance server [command] --help" for more information about a command.