This repository was archived by the owner on Nov 2, 2023. It is now read-only.
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Not able to interrupt/cancel ATP provisioning #25
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels