docs man qioi
The platform, as a manual page.
This manual describes the qioi platform model; some capabilities are rolling out. Where behavior is not yet generally available, it is marked as such.
NAME
qioi — managed ai infrastructure
SYNOPSIS
qioi deploy <package> [--plan <s|m|l|xl>] [--region <region>] [--domain <domain>]
DESCRIPTION
QIOI deploys tested application templates onto dedicated or isolated instances and then operates them: provisioning, networking, domains, ssl, monitoring, scheduled encrypted backups, staged updates with rollback, and export. Model api usage is billed by your own provider under your own keys — qioi never marks up tokens.
DEPLOYMENT
the deployment wizard runs seven steps:
1.choose an application from the registry
2.choose a resource plan (s / m / l / xl)
3.choose a region
4.set a domain and deployment options
5.connect a model provider (your keys)
6.review the monthly estimate
7.deploy — the state machine takes over
COMMANDS
qioi restart <instance>restart the application containers
qioi stop <instance>stop the instance; billing for storage continues
qioi start <instance>start a stopped instance
qioi upgrade <instance>apply a staged, tested update with rollback
qioi backup <instance>trigger an encrypted backup outside the schedule
qioi restore <instance> <backup>restore from a verified backup
qioi logs <instance>stream application and platform logs
qioi export <instance>download backups and application data
qioi delete <instance>permanently delete — requires typing the instance name to confirm
STATES
deployment is a state machine, never a boolean:
payment_confirmedpayment confirmed
queuedqueued
provisioning_serverprovisioning server
configuring_networkconfiguring network
installing_applicationinstalling application
configuring_domainconfiguring domain
issuing_sslissuing ssl
running_health_checksrunning health checks
readyservice ready
failed · rolling_back · cancelledfailure states — each with a defined recovery path
FILES
Registry templates are structured metadata: version pins, resource minimums, ports, backup schedules, health checks, and update channels. Templates are version-controlled and reviewed before they reach the registry.
SEE ALSO
/applicationsthe package registry
/infrastructureprovider adapters and regions
/developers → /docs#apithe qioi api is rolling out — not yet generally available
qioi(1) · last manual update: 2026-07 · some capabilities rolling out