I have created a python app in my dashboard and I want to migrate it to DEA before deploying my code there. I have tried cf command
cf disable-diego <APP_NAME>
in CLI
however, it returned
Error: CF-BackendSelectionNotAuthorized - You cannot select the backend on which to run this application
{
"description": "You cannot select the backend on which to run this application",
"error_code": "CF-BackendSelectionNotAuthorized",
"code": 320005
}
I want to have my app in DEA before I deploy code there and then I'll migrate it to Diego. This is part of my testing.