Report this

What is the reason for this report?

404 request error on 'doctl database get' command from bash script

Posted on June 30, 2020

I’m using a bash script to provision some database instances. As part of the script, I have a line that retrieves the status of the database instance in a for-loop: currentState=$(doctl databases get ${dbID_array[z]} -o json)

However, every time this executes, I get this error: currentState is: {“errors”:[{“detail”:“GET https://api.digitalocean.com/v2/databases/“6e7b97b9-06e7-44c3-a756-a6024bc56e74”: 404 (request "ea7ed662-a1fa-437a-a22a-c986f2c70d1b") cluster not found”}]}.

I have a similar issue with the ‘doctl databases delete’ command.

Does this have something to do with authentication?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Yes, “226e7b97b9-06e7-44c3-a756-a6024bc56e74” was the <database id> (when it existed). In the script, I was looking to reference its details and get back the “status”.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Dark mode is coming soon.