You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
In some cases when ATP provisioning takes longer than expected - we may want to cancel the current request and retry again by changing parameters or region etc.
Or we may simply want to defer the creation of ATP.
Or for the cases where we might have passed in incorrect parameters (for example incorrect password or say incorrect cpuCount) - we want to cancel the request.
Currently it does not seems possible - once perform a Create on ServiceInstance for ATP - a delete is effective only after that ATP has been configured. This is costly for cases as described above and similar to OCI console - one should be able to Terminate a still provisioning ATP instance using the broker.
The text was updated successfully, but these errors were encountered:
There is no restriction on the OCI Service broker side to delete an instance that is being provisioned(provided it is supported by the service). But unfortunately, the service catalog has restrictions and it won't allow users to delete the instance that is not in a final state.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In some cases when ATP provisioning takes longer than expected - we may want to cancel the current request and retry again by changing parameters or region etc.
Or we may simply want to defer the creation of ATP.
Or for the cases where we might have passed in incorrect parameters (for example incorrect
password
or say incorrectcpuCount
) - we want to cancel the request.Currently it does not seems possible - once perform a Create on
ServiceInstance
forATP
- adelete
is effective only after that ATP has been configured. This is costly for cases as described above and similar to OCI console - one should be able toTerminate
a still provisioning ATP instance using the broker.The text was updated successfully, but these errors were encountered: