gibil list
List all active servers with status and TTL
Usage
gibil list [--json]Options
| Flag | Type | Default | Description |
|---|---|---|---|
--json | boolean | false | Output as JSON |
Example output
NAME IP STATUS TTL
my-app 49.13.42.101 running 45m remaining
test-runner 49.13.42.102 running 12m remaining
debug-session 49.13.42.103 running 58m remainingJSON output
[
{
"name": "my-app",
"ip": "49.13.42.101",
"server_id": 12345678,
"status": "running",
"ttl": 45,
"created_at": "2024-01-15T10:30:00Z"
}
]How it works
Reads metadata from ~/.gibil/instances/*.json. Shows locally tracked servers — servers created from a different machine won't appear here.
Next steps
- gibil destroy — burn down servers
- gibil extend — add more time