Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://cloud-api.phala.com/api/v1/cvms/{cvm_id}/user_config
{ "hostname": "<string>", "ssh_authorized_keys": [ "<string>" ], "default_gateway_domain": "<string>" }
Returns the user_config stored in Teepod for this CVM, including injected SSH keys.
User config retrieved
CVM hostname
SSH public keys injected at launch
Default gateway domain
Was this page helpful?