Apps

List, inspect, and destroy deployed apps.

List apps

relight apps
relight apps --compute gcp    # filter by provider
relight apps --json            # JSON output

Shows all deployed apps with their provider, status, and URL.

App info

relight apps info myapp
relight apps info myapp --json

Shows detailed information: provider, region, URL, resource allocation, env var count, and status.

Destroy an app

relight apps destroy myapp

Prompts for confirmation. To skip the prompt:

relight apps destroy myapp --confirm myapp

There’s also a top-level alias:

relight destroy myapp

This removes the container, registry image, and provider resources. It does not detach databases - do that first if needed:

relight db detach myapp
relight destroy myapp