You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
486B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/pm.R
  3. \name{delete_project}
  4. \alias{delete_project}
  5. \title{Delete a project}
  6. \usage{
  7. delete_project(project_id, host = "", admin = "", pass = "")
  8. }
  9. \arguments{
  10. \item{project_id}{The project to delete}
  11. \item{host}{Address of the host, defaults to 127.0.0.1}
  12. \item{admin}{Name of the database admin account}
  13. \item{pass}{Password of the database admin account}
  14. }
  15. \description{
  16. Delete a project from the hive
  17. }