module Gitlab::Client::Projects

def archive_project(id)

Returns:
  • (Gitlab::ObjectifiedHash) - Information about archived project.

Parameters:
  • id (Integer, String) -- The ID or path of a project.
def archive_project(id)
  post("/projects/#{url_encode id}/archive")
end