GuidesChangelogDiscussions
Log In

Unit Management

You can leverage Ketch to help you scale your application up or down once it's deployed.

The sections below will guide you on how to achieve this.

Scaling Up

You can use the command below to add new units to a process of an application. You need to have access to the application to be able to add new units to it.

ketch unit add #UNITS [flags]

Flags:

FlagTypeDescription
-a, --appstringThe name of the application
-p, --processstringProcess name
-v, --versionintDeployment version

Scaling Down

You can use the command below to remove existing units from a process of an application. You need to have access to the application to be able to remove units from it.

ketch unit remove #UNITS [flags]

Flags:

FlagTypeDescription-a, --app
-a, --appstringThe name of the application
-p, --processstringProcess name
-v, --versionintDeployment version