Yes, and in your case with a single node cluster it should be quite easy.
Do:
Code:
systemctl stop pve-cluster
systemctl stop corosync # just to be sure
pmxcfs -l
rm /etc/pve/corosync.conf
rm /etc/corosync/*
killall pmxcfs
systemctl start pve-cluster
This stops the cluster filesystem and restarts it in local mode, then removers the cluster (corosync) configuration, kills the local mode cluster filesystem and restart it in normal mode again. Some more information about this can be found in our reference documentation: http://pve.proxmox.com/pve-docs/chapter-pvecm.html#pvecm_separate_node_without_reinstall
Do that only if you have a single node cluster. If you had configured other nodes in this cluster don't do that for now and please post the output of journalctl I posted above.