Skip to main content

targon app

The targon app command and its subcommands help you manage your Targon applications.

targon app ls

List all your deployed applications and their workloads.

targon app ls

The output is a tree view showing each application, its workloads, and their current status.

targon app get

Get detailed information about a specific application or workload.

targon app get <IDENTIFIER>

Arguments

  • IDENTIFIER: The ID of the app (e.g., app-xxxxxxxx) or the UID of the workload (e.g., wrk-xxxxxxxx) you want to inspect.

When providing an app ID, the output will show application details and a table of its workloads with status, replicas, and creation time. When providing a workload UID, it will display detailed information about that specific workload including resource allocation, state, and serverless configuration.

targon app rm

Remove one or more applications or individual workloads.

targon app rm <ID>... [OPTIONS]

Arguments

  • ID: One or more IDs to delete. Supports both app IDs (app-xxxxxxxx) and workload UIDs (wrk-xxxxxxxx).

Options

  • -y, --yes: Skip the confirmation prompt before deleting.