Zum Hauptinhalt springen

Delete Application

Remove an existing application from the ZeyOS platform.

Bash
zeysdk delete [--verbose]

Options Reference

OptionDescriptionRequiredExample
--verboseShow detailed deletion progressNo--verbose

Behavior

ActionDescription
ValidationChecks for sync.json file and required keys
ConfirmationPrompts for user confirmation
DeletionRemoves app from the ZeyOS platform

Error Handling

ErrorDescriptionResolution
Missing sync.jsonsync.json file not foundEnsure you're in app directory
Invalid sync.jsonMissing required keysVerify sync.json has id and url
API ErrorServer communication failedCheck connection and permissions