Skip to main content

_nifectl resume_

Resume an application

About

The RESUME command will restart a previously suspended application. The application will resume with its original region pool and a min count of one meaning there will be one running instance once restarted.

Usage

nifectl resume [APPNAME] [flags]

Options

  -a, --app string      App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for resume

Global Options

  -t, --access-token string   Nife API Access Token
-j, --json json output

See Also