I want to use Apigee again.

I deleted the apigee organization and tried to create the project again, but the following screen appears and I cannot create it.

Is there anything I can do?

 

えれふぁdf.JPG

0 4 404
4 REPLIES 4

From the message, Your project doesn't have an Apigee org provisioned.

Did you click the link to try to (re-)provision one? And what happened?

If you did that and it didn't work, then, You may need to create a new project. (start over)

I have a similar except when I try to provision Apigee, I get told that the organization is already linked to another project. I deleted mine using the gcloud alpha cli:

gcloud alpha apigee organizations delete <project-name>

Now when I try to provision it again, it says that the org already exists:

gcloud alpha apigee organizations provision --analytics-region europe-west1 --runtime-location europe-north1 --authorized-network=<network> --project=<project-name>

ERROR: (gcloud.alpha.apigee.organizations.provision) Failed to POST project (Conflict):
Project(project='<project-name>')
Details: org <project-name> already associated with another project
org <project-name> already associated with another project

Hello @kenjiii ,

First you need to validate the date of the organization using de api: https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations/get

Then you can delete it using: https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations/delete

According with the documentation the process is immediate: 

Delete an Apigee organization. For organizations with BillingType EVALUATION, an immediate deletion is performed. For paid organizations, a soft-deletion is performed. The organization can be restored within the soft-deletion period which can be controlled using the retention field in the request.

Otherwise you can use another GCP Project to create an Apigee Org.

Regards

 

How can i permanently remove soft deleted org, and create a new apigee org..