mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
28 lines
563 B
Markdown
28 lines
563 B
Markdown
---
|
|
url: /docs/self-hosted/latest/admin/admin/
|
|
---
|
|
|
|
# Administrate Gitpod Self-Hosted
|
|
|
|
While we are working on the administration experience, there is already a lot you can do if you know where to look.
|
|
|
|
|
|
## Download a backup of a workspace
|
|
|
|
Workpaces are stored as tar files in Minio or Google Storage buckets (depending on your configuration).
|
|
The tar files can be downloaded from there and unpacked locally.
|
|
|
|
|
|
## List all running workspaces
|
|
|
|
`SELECT`....
|
|
|
|
`kubectl get pods`
|
|
|
|
## Stop a running workspace
|
|
|
|
`kubectl delete pod`
|
|
|
|
|
|
## Connect to built-in Registry
|