dcos marathon pod show

Displaying detailed information for a specific pod

Description

The dcos marathon pod show command allows you to view detailed information for a specific pod.

Usage

  1. dcos marathon pod show <pod-id>

Options

NameDescription
-h, —helpDisplay info about usage of this command.

Positional arguments

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

Examples

Show Pod JSON

To see the pod definition, run the following command:

  1. dcos marathon pod show <pod-id>

You can use the show command to read data about the pod programmatically.

Parent command

CommandDescription
dcos marathonDeploy and manage applications to DC/OS.