The DevOps Drop
Home / Encyclopedia / HTTP Status Codes / 2xx Successful Responses / 205 Reset Content

205 Reset Content

The HTTP 205 Reset Content status code tells the client that the request succeeded and it should reset the current document or interface state.

Published 16 Jul 2026 · HTTP Status Code

What is HTTP 205 Reset Content?

The 205 Reset Content status code indicates that the server successfully processed the request and the client should reset the view or input state.

It belongs to the 2xx Successful category of HTTP responses.

When is 205 Used?

The response is designed for scenarios where the user interface should return to its default state after an action completes.

  • Resetting forms
  • Clearing input fields
  • Refreshing user interfaces
  • Interactive applications

Example Response

HTTP/1.1 205 Reset Content

Why Does It Matter For DevOps?

While uncommon compared with other success responses, understanding 205 helps when debugging APIs and client behaviour.

  • Frontend integrations
  • API design
  • Application debugging

Summary

The 205 Reset Content response tells clients that a request succeeded and the current interface should be reset.