dcos marathon app kill

Killing an active application instance

Description

The dcos marathon app kill command allows you to kill a running application instance.

Usage

  1. dcos marathon app kill [--scale] [--host=<host>] <app-id>

Options

NameDescription
—helpShow this message and exit.
—host=<host>The hostname that is running app.
—scaleScale the app down after performing the operation.

Positional arguments

NameDescription
<app-id>The application ID. You can view a list of the application IDs with the dcos marathon app list command.

Example

  1. dcos marathon app kill kafka
  2. Killed tasks: []

Parent command

CommandDescription
dcos marathonDeploy and manage applications to DC/OS.