Skip to content

API reference#

Neptune Service Shutdown - March 5, 2026

Following its acquisition by OpenAI, Neptune services will be permanently discontinued.
All remaining data will be deleted at shutdown and cannot be recovered.

See timelines, export instructions, and migration guides in the Transition Hub.

Browse the complete list of functions, parameters, and constants in the index →

Integrations#

API references for Neptune integrations with other ML frameworks:

Errors, warnings, and other messages#

For error help pages, expand the Erros and messages section in the left nav.

Other errors:

  • Out of range float values are not JSON compliant → Downgrade simplejson to 3.18
  • Connection pool is full, discarding connection: app.neptune.ai → Non-issue unrelated to Neptune.1

See also#


  1. The error is shown by urllib3 to indicate that a connection is dropped after a request is completed. It doesn't imply data loss. For details, see StackOverflow