maintenance-mode

The cfy maintenance-mode command is used to restrict REST access to the manager.

This is required, for instance, when you upgrade a manager.

Putting the manager in maintenance-mode prevents it from running any executions.

See maintenance-mode for more information.

Optional flags

These commands support the common CLI flags.

Commands

activate

Usage

cfy maintenance-mode activate [OPTIONS]

Enter maintenance-mode on Cloudify Manager, rejecting further REST requests.

Optional flags

 

Example

$ cfy maintenance-mode activate
...

Entering maintenance mode...
Run 'cfy maintenance-mode status' to check the maintenance mode's status.

...

deactivate

Usage

cfy maintenance-mode deactivate

Deactivate maintenance-mode on the Cloudify Manager, to accept REST requests.

 

Example

$ cfy maintenance-mode deactivate
...

Turning off maintenance mode...
Maintenance mode is off.

...

status

Usage

cfy maintenance-mode status

Retrieve the current maintenance-mode status.

 

Example

$ cfy maintenance-mode status
...

Maintenance Mode Status:
	Status:	activated
	Requested By:	admin
	Activated At:	2017-04-04T05:16:21.407Z
	Activation Requested At:	2017-04-04T05:16:21.407Z

INFO - Cloudify Manager is currently in maintenance mode. Most requests will be blocked.

...