Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 408 Bytes

delete.md

File metadata and controls

23 lines (16 loc) · 408 Bytes

delete

delete command allows you to delete an app. It's syntax goes as-

abc delete [AppID|AppName]

Example

# delete an app called LatestApp
abc delete LatestApp
# delete an app with ID 1303
abc delete 1303

cluster flag

To delete a cluster instead of an app we just need to pass a cluster flag along with the cluser ID. For ex abc delete --cluster clusterID