Delete Application (zeysdk delete)
Remove an existing application from the ZeyOS platform.
zeysdk delete [--verbose]
Options Reference
| Option | Description | Required | Example |
|---|---|---|---|
--verbose | Show detailed deletion progress | ❌ | --verbose |
Behavior
| Action | Description |
|---|---|
| Validation | Checks for sync.json file and required keys |
| Confirmation | Prompts for user confirmation |
| Deletion | Removes app from the ZeyOS platform |
Error Handling
| Error | Description | Resolution |
|---|---|---|
| Missing sync.json | sync.json file not found | Ensure you're in app directory |
| Invalid sync.json | Missing required keys | Verify sync.json has id and url |
| API Error | Server communication failed | Check connection and permissions |