1EUSCALE-SET-INSTANCE-HEALTH(1) User Commands EUSCALE-SET-INSTANCE-HEALTH(1)
2
3
4
6 euscale-set-instance-health - Manually set an auto-scaling instance's
7 health status
8
10 euscale-set-instance-health -s {Healthy,Unhealthy}
11
12 [--respect-grace-period]
13 [--no-respect-grace-period] [-U URL] [--region USER@REGION] [-I
14 KEY_ID] [-S KEY] [--security-token TOKEN] [--debug] [--debugger]
15 [--version] [-h] INSTANCE
16
18 Manually set an auto-scaling instance's health status
19
20 positional arguments:
21 INSTANCE
22 ID of the instance to update (required)
23
24 optional arguments:
25 -s {Healthy,Unhealthy}, --status {Healthy,Unhealthy}
26 new status (required)
27
28 --respect-grace-period
29 respect the associated auto-scaling group's grace period (this
30 is the default)
31
32 --no-respect-grace-period
33 ignore the associated auto-scaling group's grace period
34 (default: respect the group's grace period)
35
36 -U URL, --url URL
37 auto-scaling service endpoint URL
38
39 --region USER@REGION
40 region and/or user names to search when looking up config file
41 data
42
43 -I KEY_ID, --access-key-id KEY_ID
44
45 -S KEY, --secret-key KEY
46
47 --security-token TOKEN
48
49 --debug
50 show debugging output
51
52 --debugger
53 launch interactive debugger on error
54
55 --version
56 show the program's version and exit
57
58 -h, --help
59 show this help message and exit
60
61
62
63euca2ools 3.4 December 2016 EUSCALE-SET-INSTANCE-HEALTH(1)